projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dba060
)
test: update srgb_to_lab_u8 test
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 30 Dec 2014 01:52:27 +0000
(
02:52
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 30 Dec 2014 01:52:27 +0000
(
02:52
+0100)
tests/srgb_to_lab_u8.c
patch
|
blob
|
history
diff --git
a/tests/srgb_to_lab_u8.c
b/tests/srgb_to_lab_u8.c
index d3af0dde1a32e3a65d280fc3f598f8e73b5ec260..85856456910d68d1dc58f72180ff303e6f557e25 100644
(file)
--- a/
tests/srgb_to_lab_u8.c
+++ b/
tests/srgb_to_lab_u8.c
@@
-32,12
+32,12
@@
unsigned char source_buf [PIXELS * 3] =
0.0, 0.0, 255 };
unsigned char reference_buf [PIXELS * 3] =
-{ 0,
128, 128,
+{ 0, 128, 128,
136, 128, 128,
255, 128, 128,
- 13
6, 208, 195
,
- 224, 4
2, 211
,
-
82, 207, 20
};
+ 13
8, 209, 198
,
+ 224, 4
9, 209
,
+
75, 196, 16
};
unsigned char destination_buf [PIXELS * 3];